*{
    margin: 0;
    padding: 0;
}

body,html{
    font-size: 12px;
    font-family: "微软雅黑";
}

ol,dl,ul{
    list-style: none;
}

h1,h2,h3,h4,h5,h6,strong{
    font-weight: normal;
    font-size: 12px;
}

em,i{
    font-style: normal;
}

a{
    text-decoration: none;
    color: #333333;
}

img{
    margin: 0;
    border: 0;
}

.cf:after{
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.cf{
    zoom: 1;
}

/*头部 S*/
.header{
    margin: auto;
    width: 1920px;
    background: #81d8cf;
    padding: 20px 0 0 0;
}

.logo{
    margin: auto;
    width: 1920px;
    height: 87px;
    position: relative;
}

.logo img{
    margin:0 auto 20px;
    display: block;
    width: 361px;
    height: 88px;
}

.logo_ss{
    position: absolute;
    right: 10%;
    top: 29px;
}

.logo_ss i{
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: white;
    margin: 0 20px 0 0;
}

#form{
    float: left;
    display: inline-block;
    height: 30px;
}

#ssk{
    float: left;
    width: 0px;
    height: 30px;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    transition:width .5s;
    -moz-transition:width .5s; /* Firefox 4 */
    -webkit-transition:width .5s; /* Safari and Chrome */
    -o-transition:width .5s; /* Opera */
}

#form input[type=search].act{
    width: 147px;
    padding: 0 10px;
    transition:width .5s;
    -moz-transition:width .5s; /* Firefox 4 */
    -webkit-transition:width .5s; /* Safari and Chrome */
    -o-transition:width .5s; /* Opera */
}

#btn{
    float: left;
    width: 30px;
    height: 30px;
    background: url("../images/btn.png") no-repeat center center;
    border: none;
    outline: none;
    cursor: pointer;
}

#form input[type=button].act{
    background:rgb(42, 196, 180) url("../images/btn.png") no-repeat center center;
}

.nav{
    margin:20px auto 0;
    height: 40px;
    text-align: center;
}

.nav a{
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 14px;
}

.nav a:hover{
    text-decoration: underline;
}

.banner {
    position: relative;
    overflow: auto;
    text-align: center;
    margin: auto;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
}

#b06 {
     width: 1920px;
    height:890px;
}

#b06 .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
}

#b06 .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#b06 .dots li.active {
    background: #fff;
    opacity: 1;
}

#b06 .arrow {
    position: absolute;
    top: 45%;
}

#b06 #al {
    left: 15px;
}

#b06 #ar {
    right: 15px;
}

/*头部 E*/

/*新闻&文化 S*/
.list{
    margin:0 auto 0;
    width: 1920px;
}

.list_t{
    margin:0 auto 20px;
    width: 96%;
    padding: 0 2%;
    height: 80px;
}

.t_blue{
    background: linear-gradient(#e2fcf9,white);
    background: -o-linear-gradient(#e2fcf9,white);
    background: -moz-linear-gradient(#e2fcf9,white);
    background: -webkit-linear-gradient(#e2fcf9,white);
}

.t_grey{
    background: linear-gradient(#f1f1f0,white);
    background: -o-linear-gradient(#f1f1f0,white);
    background: -moz-linear-gradient(#f1f1f0,white);
    background: -webkit-linear-gradient(#f1f1f0,white);
}

.list_t strong{
    line-height: 80px;
    font-size: 60px;
    color: #81d8cf;
}
.banner ul li img{ width: 1920px;height:890px;}
.list_t i{
    line-height: 80px;
    font-size: 36px;
    color: #585757;
}

.list_t i span{
    font-size: 24px !important;
    color: #585757 !important;
}

.list_t em{
    line-height: 80px;
    font-size: 30px;
    color: #81d8cf;
}

.list_t a{
    float: right;
    width: 44px;
    height: 14px;
    background: url("../images/more.png") no-repeat center center;
    margin: 33px 0;
}

.list_c{
    margin: auto;
    width: 96%;
    padding: 0 0 30px 0;
}

.list_c_f{
    display: inline-block;
    float: left;
    width: 290px;
    margin-right: 20px;
}

.list_c_f:last-child{
    margin-right: 0;
}

.list_c_f_img{
    width: 290px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.list_c_f_mask{
    width: 270px;
    height: 180px;
    border: 10px solid rgba(255,255,255,0.4);
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
}

.list_c_f_img img{
    display: block;
    width: 290px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    transition: 1s;
}

.list_c_f_img:hover img{
    transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}



.list_c_f p{
    width: 290px;
    color: #aaa6a6;
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
}

.list_c_f i{
    display: block;
    width: 290px;
    color: #aaa6a6;
    font-size: 12px;
    line-height: 25px;
    margin:10px 0 0 0;
}

.list_c_f span{
    float: right;
    margin: 20px 0 0 0px;
    padding: 8px 6px;
    display: block;
    width: 80px;
    height: 20px;
    text-align: center;
    color: #aaa6a6;
    font-size: 12px;
    line-height: 20px;
    background: #f6f6f6;
}

.list_c_f a:hover{
    color: #81d8cf;
}

.list_img{
    margin: 80px 0 50px 0;
    width: 100%;
    text-align: center;
}

.list_img a{
    display: inline-block;
    width: 300px;
    height: 300px;
}

.list_img a img{
    width: 300px;
    height: 300px;
}

.list_img a:first-child{
    margin-right: 250px;
}

.list_img a:last-child{
    margin-left: 250px;
}

.gradient{
    height: 80px;
    background: linear-gradient(white,#e2fcf9);
    background: -o-linear-gradient(white,#e2fcf9);
    background: -moz-linear-gradient(white,#e2fcf9);
    background: -webkit-linear-gradient(white,#e2fcf9);
}
/*新闻&文化 E*/

/*底部 S*/

.footer{
    margin: auto;
    width: 1920px;
    height: 170px;
    padding: 70px 0 0 0;
    background: #81d8cf;
}

.footer_t{
    width: 1920px;
    height: 40px;
    margin: 0 0 40px 0;
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-align: center;
    position: relative;
}

.tb{
    padding:0 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 230px;
}

.tb a,.tb span{
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.tb span.wx{
    background:white url("../images/wx.png") no-repeat center center;
    background-size: 48px 48px;
    margin-right: 20px;
    position: relative;
}

.tb span.wx img{
    display: none;
    position: absolute;
    top: -238px;
    left: -92px;
}

.tb span.wx:hover img{
    display: block;
}

.tb a.wb{
    background:white url("../images/wb.png") no-repeat center center;
    background-size: 48px 48px;
    margin-right: 20px;
}

.tb a.kj{
    background:white url("../images/kj.png") no-repeat center center;
    background-size: 57px 57px;
}

.footer h1{
    text-align: center;
    color: white;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.footer h2{
    text-align: center;
    color: white;
    font-size: 12px;
}

/*底部 E*/


/*位置 S*/
.wz{
    margin: auto;
    width: 1860px;
    padding: 0 30px;
    height: 80px;
    background: url("../images/wz.png") no-repeat;
    line-height: 80px;
    border-top: 2px solid white;
    position: relative;
    z-index: 10;
}

.wz a,.wz i{
    display: inline-block;
    font-size: 16px;
    color: #a4a4a4;
}

.wz i{
    margin: 0 10px;
}

.wz a:hover{
    color: #81d8cf;
}

/*位置 E*/

/*企业简介 S*/
.introduce{
    margin: auto;
    width: 1520px;
    padding: 0 200px;
    min-height: 620px;
    position: relative;
}

.blue{
    background: #81d8cf;
    padding: 120px 200px
}

.white_f{
    background: url("../images/bg_f.png") no-repeat center center;
    background-size: 100% 100%;
}

.white_x{
    background: url("../images/bg_x.png") no-repeat center center;
    background-size: 100% 100%;
}

.img_l{
    position: absolute;
    left: 140px;
    top: 0;
    z-index: 10;
}

.img_r{
    position: absolute;
    right:140px;
    top: 0;
    z-index: 10;
}

.i_c{
    float: left;
    width: 1000px;
    height: 620px;
}

.left{
    margin-right: 520px;

}

.right{
    margin-left: 650px;
}

.i_c_t{
    width: 180px;
    height: 70px;
    line-height: 70px;
    text-align: left;
    font-size: 70px;
    font-family: ;
    margin: 0 0 80px 0;
}

.introduce h1.h{
    border-bottom: 2px dashed #959595;
}

.introduce h1.w{
    border-bottom: 2px dashed white;
}

.i_c p{
    color: #434343;
    margin-bottom: 30px;
}

.i_c p img{
    float: left;
    display: inline-block;
    margin: 0 30px 0 0;
}

.i_c p i{
    float: left;
    display: inline-block;
    height: 50px;
    line-height: 66px;
    font-family: 微软雅黑;
    font-size: 24px;
}

.i_c span{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #434343;
    margin-bottom: 10px;
}

.i_c i{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #434343;
}

.i_c_b{
    width: 1000px;
    height: 80px;
    margin: 100px 0 0 0;
}

.i_c_b a.b{
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 20px 0;
}

.i_c_b a.b img{
    width: 40px;
    height: 40px;
}

.i_c_b img.r{
    float: right;
    margin: 2px 87px 2px 1px;
}

.i_border{
    border-bottom: 30px solid #3ca6cd;
}

.introduce img.bg{
    position: absolute;
    right: 0px;
    bottom: -190px;
    z-index: 11;
}

.introduce_t{
    font-size: 48px;
    color: #0068b7;
    font-weight: bold;
    margin: 50px 0;
}

.i_last{
    width: 1330px;
}

.i_last ul{
    float: left;
    width: 1110px;
}

.i_last ul li{
    float: left;
    line-height: 36px;
    font-size: 18px;
    color: #434343;
}

.i_last ul li:first-child{
    margin-right: 60px;
}

.i_last a{
    float: right;
}

.introduce_img{
    display: block;
    margin:70px auto 70px;
}

/*企业简介 E*/

/*新闻&文化 S*/
.news{
    margin: auto;
    width: 1920px;
    background: #f7f7f7;
    position: relative;
}

.news_color{
    width: 1920px;
    height: 80px;
    background: linear-gradient(white,#f8f8f8);
    background: -o-linear-gradient(white,#f8f8f8);
    background: -moz-linear-gradient(white,#f8f8f8);
    background: -webkit-linear-gradient(white,#f8f8f8);
}

.news h4{
    font-size: 18px;
    color: #959595;
    margin: 0 auto 0;
    text-align: center;
    background: white;
    font-family: 微软雅黑;
}

.news img.lg{
     position: absolute;
     right: 0;
     top: -120px;
 }

.news img.xx{
    position: absolute;
    left: 0;
    top: -35px;
}

.n_img{
    display: block;
    margin: auto;
}

.news_list{
    margin: auto;
    width: 1920px;
    padding: 0 0 30px 0;
    background: url("../images/bg_f.png") repeat;
}

.news_nav{
    width: 1920px;
    height: 45px;
    padding: 30px 0 0 0;
    margin: 0 0 30px 0;
    background: url("../images/news_nav.png") no-repeat ;
    text-align: center;
}

.news_nav a{
    display: inline-block;
    padding:0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border: 1px solid #ececec;
    background: #f6f6f6;
}

.news_nav a.act,.news_nav a:hover{
    color: white;
    background: orange;
}

.n_l_ul{
    width: 1860px;
    padding: 0 30px;
}

.n_l_ul li{
    float: left;
    width: 880px;
    position: relative;
    margin: 0 25px 30px 25px;
}

.li_img{
    width: 600px;
    height: 610px;
    border: 10px solid #f5f0f1;
}

.li_img img{
    display: block;
    width: 600px;
    height: 610px;
}

.li_c{
    width: 360px;
    padding:30px;
    height: 210px;
    background: #0095e2;
    box-shadow: 0 4px 6px #444041;
    position: absolute;
    top: 60px;
    right: 0;
}

.li_c h1{
    font-size: 30px;
    color: white;
    margin: 0 0 20px 0;
 }

.li_c strong{
    font-size: 18px;
    color: white;
    border-bottom: 1px dashed white;
}

.li_c p{
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    color: white;
}

.li_c a{
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: white;
    box-shadow: 0 2px 3px #737071;
    background: url("../images/li_c_a.png") no-repeat;
    position: absolute;
    left: 145px;
    bottom: -20px;
}

.li_c span{
    width: 80px;
    height: 80px;
    border: 2px solid #0095e2;
    color: #0095e2;
    position: absolute;
    right: 60px;
    bottom: -200px;
}

.li_c span i{
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.li_c span em{
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

/*新闻&文化 E*/

/*产品系列 S*/
.product{
    margin: auto;
    width: 1920px;
    padding: 0 0 30px 0;
    background: url("../images/bg_f.png") repeat;
}

.product_nav{
    width: 1920px;
    height: 45px;
    padding: 30px 0 0 0;
    margin: 0 0 30px 0;
   background: url("../images/news_nav2.png") no-repeat ;
    text-align: center;
}

.product_nav a{
    display: inline-block;
    padding:0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #ececec;
}

.product_nav a.act,.product_nav a:hover{
    color: white;
    background: orange;
}

.product_ul{
    width: 1640px;
    padding: 0 140px;
}

.product_ul li{
    float: left;
    width: 500px;
    margin: 0 0 80px 35px;
}

.product_ul li a{
    display: block;
    width: 500px;
}

.product_ul li a span{
    display: block;
    width: 500px;
    height: 480px;
    position: relative;
    /*overflow: hidden;*/
}

.product_ul li a span i{
    display: block;
    width: 500px;
    height: 480px;
    z-index: 10;
    background-size: 500px 480px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.product_ul li a span i.five{
    background: url("../images/products.png") no-repeat;
 }

.product_ul li a span i.three{
    background: url("../images/products3.png") no-repeat;
}

.product_ul li a span i.one{
    background: url("../images/products1.png") no-repeat;
}

.product_ul li a span img{
    display: block;
    width: 450px;
    height: 350px;
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    transition: 1s;
}

.product_ul li a span:hover img{
    transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}


.product_ul li a h3{
    margin:30px auto 0;
    display: block;
    width: 310px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px dashed #626262;
}

.product_ul li a em{
    margin:0 auto 0;
    display: block;
    width: 310px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}


/*产品系列 E*/

/*联系我们 E*/
.contact{
    width: 1560px;
    padding: 60px 180px 120px 180px;
    background: url("../images/bg_f.png") repeat;
}

#allmap{
    margin: auto;
    width: 1440px;
    height: 540px;
    border: 1px solid #333333;
}

.contact_img{
    margin:90px auto 0;
    width: 1440px;
    text-align: center;
}

.contact_img img{
    display: inline-block;
    margin-right: 100px;
}

.contact_img img.l{
    float: left;
    margin-left: 80px;
}

.contact_img img.r{
    float: right;
    margin-right: 80px;
}
/*联系我们 E*/

/*分页 S*/

.pagenum {
    height: 30px;
    margin: 30px 0;
    text-align: center;
}

.pagenum a {
    display: inline-block;
    padding: 0 5px;
    min-width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #707070;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

.pagenum span {
    display: inline-block;
    padding: 0 5px;
    min-width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #707070;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

.pagenum a:not(.prev):not(.next).act,.pagenum span:not(.prev):not(.next).act {
    background: #81d8cf;
    color: white;
}


/*分页 E*/

/*内容页 S*/
.content{
    width: 1560px;
    padding: 60px 180px 120px 180px;
    /*background: url("../images/bg_f.png") repeat;*/
}

.content h1{
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 0 0 60px 0;
}

.content_c{
    width: 1560px;
    font-size: 16px;
    color: #333;
}

/*内容页 E*/

.nexts {
    width: 1200px;
    overflow: hidden;
    margin: 60px 0 0 0;
}

.nexts p {
    margin: 10px 0 20px 0;
    font-size: 14px;
    color: #666666;
    font-family: "宋体";
}

.nexts p a {
    font-size: 14px;
    color: #666666;
    font-family: "宋体";
}

.nexts p a:hover {
    color: #81d8cf;
}

.search{
    margin:30px auto 30px;
    width: 1200px;
}

.search_c{
    display: block;
    width: 1200px;
    height: 40px;
    border-bottom: 1px dashed #333;
}

.search_c:hover i{
    color: #bf262a;
}

.search_c i,.search_c span{
    display: inline-block;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.search_c i{
    float: left;
}

.search_c span{
    float: right;
}